@charset "utf-8";
body {
	font-size: 14px;
	font-family: "Microsoft YaHei" !important;
	margin: 0px;
	padding: 0px;
	color: #333;
}
ul,li { margin: 0; padding: 0; list-style: none;}
img{border:0;vertical-align: bottom;}
a img { border:none}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover { color: #FB6000;text-decoration: none;}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden} /*所有主流浏览器都支持 :after 伪元素。*/
.clearfix{*+height:1%;}/*不知道有什么用处，不加ie7也没有问题*/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}//只针对IE6/7 
#header {width: 100%;}
.toptel {height: 26px;width: 100%;background-color: #F6F6F6;}
.toptel_box {height: 26px;width: 1200px;margin: 0 auto;}
.toptel_txt{
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-align: right;	
}
.toptel_box img {float:right}
.head {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	height: 80px;
}
#logo {float: left;height: 80px;}
.navi {float: right;height: 80px;}
.navi ul{
	float: left;
	height: 80px;
}
.navi ul li{
	float: left;
}
.navi ul li a{
	color: #626262;
	font-size: 16px;
	line-height: 80px;
	height: 80px;
	padding: 0 20px;
	display: block;
}
.navi ul li a:hover{color: #FFF;background-color: #FB6000;}
.navi ul li .thisclass {color: #FFF;background-color: #FB6000;}
.title_box {
	text-align: center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.title_box p{
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.title_box_txt {
	width: 350px;
	margin: 0px auto;
}
.title_box_txt h2{
	font-size: 26px;
	line-height: 26px;
	color: #FB6000;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.title_box_txt h2 a{color: #FB6000;}
.title_box_eng {
	background-image: url(../img/title-btm-bg-w.png);
	background-repeat: repeat-x;
	background-position: center center;
	width: 350px;
}
.title_box_eng span {
	padding: 0 20px;
	font-size: 16px;
	line-height: 24px;
	background-color: #FFF;
}
.contact_wrap {
	width: 100%;
	float: left;
	background-color: #14181c;
        min-width: 1200px;
        
}
.contact_box {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	color: #FFF;
}
.contact_biaodan {
	float: left;
	height: auto;
	width: 500px;
	margin-left: 100px;
}


/* Form input */
.Form input[type=text],.Form textarea,.Form input[type=submit]{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #FFF;
	width: 360px;
	height: 30px;
	border: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	font-family: "微软雅黑" !important
}
.Form textarea{
	line-height: 24px;
	height: 120px;
}
.Form label{
	display: inline-block;
	line-height: 30px;
	font-size: 14px
}
.Form input[type=text]:focus,.Form textarea:focus{

}
.FancyForm li,.FancyForm li .input{
	position: relative;
	width: 360px;
	margin-bottom: 10px;
}
.FancyForm input[type=text],.FancyForm textarea{
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	background: transparent;
}
.FancyForm textarea{
	line-height: 24px;
	font-size: 14px;
	width: 360px;
	height: 100px;
overflow-y:hidden;
resize: none; 
}
.FancyForm label{
	position: absolute;
	z-index: 2;
	display: block;
	color: #BCBCBC;
	cursor: text;
	left: 10px;
	top: 2px;
}
.FancyForm input[type=text]:focus+label,.FancyForm textarea:focus+label{opacity:.5;filter:alpha(opacity="50");}
.FancyForm .val label{left:-9999px;opacity:0!important;filter:alpha(opacity="0")!important;}
.FancyForm input[type=submit]{
	height: 40px;
	width: 380px;
	border: 1px solid #ccc;
	background-color: #CCCCCC;
	color: #000;
	font-size: 14px;
	line-height: 40px;
}
Form img{margin-right:20px;height: 40px;width:auto;float:left;vertical-align:bottom;}
.FancyForm input[type=submit]:hover{
	background-color: #FB6000;
	cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #FB6000;
}
/* Form input 结束*/

.contact_method {
	float: left;
	height: 50px;
	width: 450px;
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.contact_method img{
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 20px;
}
#footer {
	height: auto;
	width: 100%;
	background-color: #14181C;
        min-width: 1200px;
}
.foot_box {
	width: 1200px;
	margin: 0px auto;
	height: auto;
	padding-top: 10px;
	font-size: 14px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
}
.foot_box a {color: #FFF;}
.foot_bq {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
}
.friend {    
    width: 1200px;
    margin: 0px auto;
    text-align: left;
    border-top: 1px solid rgb(51, 51, 51);
    color: rgb(163, 163, 163);
}
.friend{color: #555;}

/*点赞*/
.opera1{
background: transparent url("../images/like.png") no-repeat scroll left center;position: relative;
padding-left: 20px;
margin-left: 15px;
color: #FFA500;
text-decoration: none;
cursor: pointer;
}

/*右边浮动客服*/
.izl-rmenu{
	position: fixed;
	margin-right: 0px;
	padding-bottom: 80px;
	/*background: url(../img/r_b.png) 0px bottom no-repeat;*/
	z-index: 999;
	right: 10px;
	bottom: 50px;
}
.izl-rmenu .btn{width:50px; height:51px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:51px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
/*右边浮动客服END*/



.extbkbox{
left: 0px;
}
.extbkbox{
width: 330px;
position: fixed !important;
bottom: 0px;
float: left;
z-index: 1000;
}
.extbkboxb{
font-size: 12px;
height: auto;
padding: 10px 0px;
float: left;
width: 280px;
border: 1px solid #FB6000;
background-color: #FFF;
}
.extbkboxb h2{margin-left: 20px;}
.extbkboxm{
float: left;
height: 275px;
}
.extbkboxm .extmore{
float: left;
cursor: pointer;
}
.extbkboxnar{
color: #FFF;
display: block;
width: 30px;
height: 100px;
background: transparent url("https://www.zhiqiapp.com/templets/mk/img/-.jpg") no-repeat scroll center center;
}

.extbkboxm{
float: left;
height: 275px;
}
.extbkboxm .extmore{
float: left;
cursor: pointer;
}
.extbkboxnarove{
color: #FB6000;
width: 30px;
height: 100px;
background: transparent url("https://www.zhiqiapp.com/templets/mk/img/+.jpg") no-repeat scroll center center;
display: block;
}

/* 文章推荐 */
.extbkboxb ul li{
	float: left;
	width: 300px;
}
.extbkboxb ul li img{
	float: left;
	width: 125px;
}
.extbkboxb ul li .art_title{
	float: left;
	width: 90%;
	margin-left: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
padding-top: 8px;
font-size:14px;
font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/

}
.extbkboxb ul li .art_descri{
	float: left;
	width: 90%;
	font-size: 12px;
	margin-left: 10px;
	line-height: 17px;
	color: #626262;
	overflow: hidden;
border-bottom: 1px dashed rgb(153, 153, 153);
}
.extbkboxb ul li .art_title span{    display: inline-block;
    width: 13px;
    height: 13px;
    background: transparent url("https://www.zhiqiapp.com/templets/mk/img/question-icon.png") no-repeat scroll center center;
    left: -35px;}
.extbkboxb ul li .art_descri span{    display: inline-block;
    width:13px;
    height: 13px;
    background: transparent url("https://www.zhiqiapp.com/templets/mk/img/answer-icon.png") no-repeat scroll center center;
    left: -35px;}
/* 文章推荐 */